home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Utilities / PGP / source / README.AMIGA < prev    next >
Encoding:
Text File  |  1998-01-04  |  7.9 KB  |  237 lines

  1. README file for PGP International Freeware, Version 5.0i - AMIGA
  2. ----------------------------------------------------------------
  3.  
  4. SYSTEM REQUIREMENTS
  5. ===================
  6.  
  7. You will need:
  8.  
  9.     1.  An AMIGA with at least an '020 and a FPU...  PGP5 runs too
  10.         slow on anything less - believe me!
  11.  
  12.     2.  Version 47.0 of "ixemul.library" and "ixnet.library" located
  13.         in your "LIBS:" assigned directory.
  14.  
  15.     3.    My PGP5 Public Key that was used to sign the MD5 Hash Sums in
  16.         this archive.  I've included it in this archive - Email me if
  17.         you want to    verify it's integrity.  I'll send it to you.  My
  18.         Email address is located at the bottom of this document.
  19.  
  20.  
  21. OVERVIEW
  22. ========
  23.  
  24. Welcome to this international freeware release of PGP 5.0, commonly
  25. referred to as PGP 5.0i.  This archive contains everything you need to
  26. build a beta version of PGP 5.0i on the AMIGA platform.
  27.  
  28. The source code contained in this archive is based on the UNIX source
  29. code known as "pgp50i-unix-src-b8a.tar.gz" which you can (normally)
  30. download from the same site you got this archive from.
  31.  
  32. Currently, it is virtually a "straight" port from the UNIX source code
  33. - "#ifdef AMIGA" has been put in some appropriate places to get the
  34. compiled executable to work correctly in the AMIGA environment and a
  35. few bits of code have been added.  Some parts of the "configure"
  36. script and it's associated input files have been altered to better suit
  37. the AMIGA environment and also too make them work on the AMIGA.
  38.  
  39. Be warned that this source code has NOT been thoroughly investigated
  40. to make this a true AMIGA specific port.  It has only been modified
  41. enough to make it usable and stable on an AMIGA.  Not all functions
  42. have been tested.  In particular, the "keyserver" functions have not
  43. been tested.  Given the problems "ixemul.library" currently has
  44. working with TCP/IP stuff, I doubt it would work reliably - if at all!
  45. This was not a major concern during THIS port, but it WILL be in the
  46. future!
  47.  
  48. It is assumed you have used previous versions of PGP (2.6, etc.) and
  49. are familiar with it's usage and the concepts of Public Key Encryption
  50. in general.
  51.  
  52. Note that the operation, usage, and command line format has changed
  53. from previous versions of PGP - so you must read, at least, the
  54. documentation in this archive.
  55.  
  56.  
  57. DOCUMENTATION
  58. =============
  59.  
  60. The documentation, normally available as UNIX "man" pages, is located
  61. in the "src/man/" directory.  I've converted these "man" documents to
  62. ANSI for those of you that can't display "man" pages easily.
  63.  
  64. Hmmm...  What can I say?  There isn't much documentation available
  65. about PGP5 Freeware!  What you get with the AMIGA archive is pretty
  66. much what you get with the UNIX archive.  A more detailed discussion
  67. on PGP 5.0 usage, including a copy of the PGP User's Manual and
  68. answers to FAQs, may be available from StÃ¥le Schumacher's
  69. "International PGP Home Page":
  70.  
  71.     http://www.pgpi.com/
  72.  
  73. As the AMIGA community comes up to speed with PGP5, I'll assume that
  74. more AMIGA specific documentation will become available.  YOUR help
  75. would be greatly appreciated!
  76.  
  77. I have a subscription with the "PGP-USERS" mailing list, so placing
  78. questions there will probably get a response from me if it's AMIGA
  79. related.
  80.  
  81.  
  82. PGP-USERS MAILING LIST
  83. ======================
  84.  
  85. The PGP-USERS mailing list server, run by Fred B. Ringel, can be
  86. subscribed to via this WWW page:
  87.  
  88.     http://pgp.rivertown.net/
  89.  
  90. This mailing list is for PGP users ONLY!  Do not abuse this list!!!
  91. If the mail is not related to PGP then it's (usually) not going to get
  92. put on this list.  You'll get the rules and regulations for using this
  93. mailing list when you subscribe.  I suggest you read these rules and
  94. regulations very, very carefully or you can expect to be barred from
  95. this mailing list!
  96.  
  97. Fred keeps a tight, well moderated reign on this mailing list.  A warm
  98. thanks must go to Fred B. Ringel for his tireless dedication toward
  99. maintaining this mailing list.  You can usually expect, on average,
  100. between 10 - 30 informative Emails a day about PGP from this list
  101. because of his effort...
  102.  
  103.  
  104. IN THE FUTURE
  105. =============
  106.  
  107. I've started creating GUI's for PGP5.  I have one ready for PGPK
  108. already!
  109.  
  110. I've also adapted "YAPY1.3" to work with "YAM1.35" and PGP5.
  111. (But that one is being beta-tested ;-)
  112.  
  113.  
  114. THE PORTER
  115. ==========
  116.  
  117. That's me - Stefan Zakarias <stef@amitar.com.au>.
  118.  
  119. Feel free to Email me, regarding AMIGA PGP5, if:
  120.  
  121.     You need help compiling AMIGA PGP5.
  122.     You come across bugs in the operation of AMIGA PGP5.
  123.     You have bug fixes for AMIGA PGP5.
  124.     You wish to become a Beta-Tester for AMIGA PGP5.
  125.     You have suggestions for improving the operation of AMIGA PGP5.
  126.     You want to get my public key that is used to signed this archive.
  127.  
  128. OR
  129.  
  130. Have a look at my AMIGA PGP5 web page so that you can download the
  131. latest versions of AMIGA PGP5 sources and executables.
  132.  
  133.     The web page address is: http://www.amitar.com.au/~stef/
  134.  
  135.  
  136. IMPORTANT NOTE!!!
  137. =================
  138.  
  139. This isn't meant to sound nasty...
  140.  
  141. Please, PLEASE, do NOT distribute modified AMIGA PGP5 versions of the
  142. source code or executables.  I, and many other PGP users, do NOT wish
  143. to denigrate the integrity PGP has gained and maintained over the
  144. years.  Not only that, but confusion between different versions will
  145. probably become a problem!
  146.  
  147. I am prepared to be the source code maintainer for AMIGA PGP5.  As
  148. source code changes to the UNIX version become available, I will
  149. incorporate them into the AMIGA source code.  If you really need
  150. and/or require something to be put into the source code or executable
  151. then please submit your request, and any desired source code changes
  152. to me:
  153.  
  154.     Stefan Zakarias <stef@amitar.com.au>.
  155.  
  156. If it is appropriate and/or necessary to the operation and integrity
  157. of AMIGA PGP5 then I will incorporate the changes into the following
  158. release of AMIGA PGP5.
  159.  
  160.  
  161. HOW TO COMPILE PGP5.0i FOR THE AMIGA COMPUTER
  162. ---------------------------------------------
  163.  
  164. REQUIREMENTS
  165. ============
  166.  
  167. This document assumes you know how to compile programs using:
  168.  
  169.     "sh", "configure", "make", etc.
  170.  
  171. from the GNU suite of compiler programs.
  172.  
  173. You need to have a more or less complete GNU compiling environment
  174. such as the Geek Gadgets - ADE (Amiga Developer Environment).
  175.  
  176. For compiling, you will need:
  177.  
  178.     At least 6Mb of free RAM.
  179.     At least 10Mb of Hard Disk space.
  180.     An '020+FPU AMIGA computer (bigger IS better;).
  181.     Approx. 1.5 hours free for the first build and compile
  182.          (Based on A1200, 40mhz '030, FPU)
  183.  
  184.  
  185. COMPILING
  186. =========
  187.  
  188. The "configure" script and the "config/pre.in", "config/post.in", and
  189. "Makefile.in" input files have been modified to work with the AMIGA
  190. environment.  If you modify them, then you're on your own!!!
  191.  
  192. At the AmigaDOS shell prompt, type:
  193.  
  194.     set CFLAGS "-m68020 -m68881 -O2"
  195.     set LDFLAGS "-s"
  196.  
  197. If you don't set the above mentioned local environment flags, then
  198. "configure" will create makefiles to generate HUGE executables because
  199. debugging symbols will be added to the libraries and executables!!!
  200.  
  201. Make sure you are in the "src/" directory then type:
  202.  
  203.     sh configure --prefix=/ADE m68k-cbm-amigados
  204.  
  205. This will then begin configuring and building the "makefiles".  This
  206. will take 5-10 mins. the first time, so be patient!
  207.  
  208. When "configure" has completed, at the AmigaDOS shell prompt type:
  209.  
  210.     make
  211.  
  212. This will start the compiling process.  After an hour or so, you
  213. SHOULD end up with NEW executables in the "src/apps/pgp" and the
  214. "src/apps/pgpk" directories.
  215.  
  216. Verify that the executables exist and then type:
  217.  
  218.     make install
  219.  
  220. The executables will then be copied to your "ADE:bin/" directory.
  221.  
  222. The UNIX "man" docs will be copied to your "ADE:man/man1" and
  223. "ADE:man/man5" directories.
  224.  
  225. If "ADE:bin/" is not in your normal default AmigaDOS search path then
  226. copy the executables PGPE, PGPS, PGPV and PGPK to your "C:" directory.
  227.  
  228. YOU MUST NOT NAME THESE FILES AS ANYTHING ELSE OR THEY MAY NOT WORK!
  229.  
  230. ----------------------------------------------------------------------
  231.  
  232. Enjoy AMIGA PGP5...
  233. Stefan Zakarias, 20/DEC/1997.
  234. Email: <stef@amitar.com.au>
  235.  
  236. ----------------------------------------------------------------------
  237.